Use dedicated 1.91:1 image for social preview#28
Merged
Conversation
The social card pointed at demo.gif (1200x1015, 14MB) which exceeds Twitter's 5MB limit and is the wrong aspect ratio. Point og:image and twitter:image at a new 1200x630 demo-social.gif (2MB), with explicit image dimensions. The inline page demo is unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The social card previously pointed
og:imageatdemo.gif(1200×1015, 14MB), which is the wrong aspect ratio and exceeds Twitter/X's 5MB image limit, so the preview rendered incorrectly. This adds a dedicated 1200×630 (1.91:1)demo-social.gif(~2MB) and pointsog:image/twitter:imageat it, with explicitog:image:width/heighthints. The GIF is trimmed to start a few seconds in so its first frame shows the populated reeve dropdown, since X uses a static first frame for card images. The inline page demo (demo.gif) is unchanged.🤖 Generated with Claude Code
Summary by cubic
Switches social previews to a dedicated 1200×630 (1.91:1) GIF so Open Graph and Twitter/X cards render correctly and stay under the 5MB limit. The on-page demo GIF is unchanged.
site/demo-social.gifand setog:imageandtwitter:imageto use it.og:image:widthandog:image:heightfor better crawler hints.Written for commit 522c3cb. Summary will update on new commits.